home *** CD-ROM | disk | FTP | other *** search
- *** flex.skl.orig Tue Jan 4 17:33:16 1994
- --- flex.skl Thu Feb 3 14:28:28 1994
- ***************
- *** 44,49 ****
- --- 44,55 ----
- #endif /* ! __cplusplus */
-
-
- + #ifdef atarist
- + #include <stdlib.h>
- + #include <string.h>
- + #include <memory.h>
- + #endif
- +
- #ifdef __TURBOC__
- #define YY_USE_CONST
- #endif
- *** flexdef.h.orig Tue Jan 4 17:33:14 1994
- --- flexdef.h Thu Feb 3 14:28:29 1994
- ***************
- *** 67,72 ****
- --- 67,79 ----
- #define SHORT_FILE_NAMES
- #endif
-
- + #ifdef atarist
- + #include <string.h>
- + #include <stdlib.h>
- + #include <unistd.h>
- + #include <memory.h>
- + #define SHORT_FILE_NAMES
- + #endif
-
- /* Maximum line length we'll have to deal with. */
- #define MAXLINE 2048
- *** main.c.orig Tue Jan 4 17:33:12 1994
- --- main.c Thu Feb 3 14:28:29 1994
- ***************
- *** 107,112 ****
- --- 107,115 ----
- static int use_stdout;
- static char *skelname = NULL;
- static char *prefix = "yy";
- + #ifdef atarist
- + long _stksize = -1L; /* need lots of stk+heap */
- + #endif
-
-
- int main( argc, argv )
-